home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / extra_2 / ungame20.zip / MANUAL.TXT < prev    next >
Text File  |  1995-11-16  |  10KB  |  271 lines

  1. UnGame - The Games Eliminator - Version 2.0 for MS-DOS
  2.  
  3. Copyright (c) 1994-95 DVD Software, Ltd. All rights reserved.
  4.  
  5.  
  6.                 Table of Contents:
  7.  
  8.         Introduction ...................................... 1.0
  9.         Installation ...................................... 2.0
  10.         Running UnGame  ................................... 3.0
  11.             Search ........................................   3.1
  12.             Search and Clean ..............................   3.2
  13.             Search and Log ................................   3.3
  14.             Set Log File    ...............................   3.4
  15.             Select Search Path ............................   3.5
  16.             Exit ..........................................   3.6
  17.         The Information Window ............................ 4.0
  18.             Help ..........................................   4.1
  19.             During the search .............................   4.2
  20.             When a game is found ..........................   4.3
  21.             In the end of the search ......................   4.4
  22.         The UnGame Command Line ........................... 5.0
  23.         Using UnGame on Local Drives....................... 6.0
  24.         Technical Support ................................. 7.0
  25.         Unrecognized Games ................................ 8.0
  26.  
  27. 1.0 Introduction
  28.  
  29. Have you ever considered how many employee working hours are wasted playing PC 
  30. games?  What about network performance degradation and wasted disk space?  You  
  31. could achieve substantial savings if you could remove games from your network.
  32. UnGame  can  search,  detect  and  optionally delete  games  from your network 
  33. server's disk  or  from individual disks  (local C: drives).   UnGame searches  
  34. through  the  files  in the specified directories  for  a special "signature". 
  35. These  signatures  are held in  the UnGame database,  which  already  includes 
  36. thousands of the most popular games.  The file signatures are not based on the 
  37. filename, so, simply renaming a game will not prevent its detection.
  38.  
  39. Release 2.0 can detect 3100 different games.  The shareware version can detect 
  40. 100 different games only.
  41.  
  42. UnGame can delete games under Windows 3.x, Windows 95, Windows NT, OS/2 and
  43. DOS.  UnGame supports all major PC networks (Novel, Windows NT, Banyan and
  44. Lan Server).
  45.  
  46. This document describes the use of the DOS version, including the batch 
  47. option.
  48.  
  49.  
  50. 2.0 Installation (DOS version)
  51.  
  52. Note that you can run UnGame from your floppy disk,  but it's faster to run it
  53. from your hard disk or network drive.
  54.  
  55.  
  56. 2.1 Installing from a distribution diskette
  57.  
  58. Create a  directory on  your drive  (network or  hard disk) and  copy all  the
  59. UnGame files  from the distribution diskette to this directory.  For example -
  60. in order  to install UnGame on drive C:  in a directory called ungame,  from a
  61. distribution diskette  inserted in  drive A,  type  the following from the DOS
  62. prompt:
  63.     c:
  64.     md c:\ungame
  65.     copy a:*.* c:\ungame
  66.  
  67.  
  68. 2.2 Installing from a downloaded ZIP file
  69.  
  70. Create a directory on your drive (network or hard disk)  and copy the ZIP file
  71. to this directory.  Use PKUNZIP to expand the compressed files.   The original
  72. compressed  file  name is  UNGAM20S.ZIP  (shareware version)  or  UNGAM20R.ZIP
  73. (registered version).
  74.  
  75.  
  76. Note:
  77. =====
  78. If your  are using a DOS version below 3.1 you must set the UnGame environment
  79. variable to  point to your ungame directory by inserting the following line in
  80. your AUTOEXEC.BAT file.
  81.     set ungame=c:\ungame
  82.  
  83.  
  84. 3.0 Running UnGame
  85.  
  86. Before you  run UnGame,  it  is strongly recommended that you take a backup of
  87. your data.   Although  the game "signature" recognition  process  is accurate,
  88. there is always a very low chance (although remote), that a non game file will
  89. be deleted.
  90.  
  91. To  run  UnGame,  type UnGame  from the  ungame directory  (or from  any other
  92. directory if  a path  exists) and press <ENTER>.  Upon entering UnGame you are
  93. presented  with  the main  menu.  The menu  has six  options.  You can  select
  94. different options by:
  95.     a.   Using the   UP and   DOWN arrows  on your keyboard and pressing ENTER
  96.          on the highlighted option
  97.     b.   Typing the highlighted option letter
  98.  
  99.  
  100. The following options are available:
  101.  
  102. 3.1 Search
  103.  
  104. This option scans the selected drive for games.  If a game is found,  you have
  105. the option  to clean  the game  (delete it  from the disk) or continue without
  106. cleaning.
  107.  
  108.  
  109. 3.2 Search and Clean
  110.  
  111. This option scans the selected drive for games.  If a game is found,  the game
  112. files are cleaned (deleted) and the scan continues.
  113. USE THIS OPTION WITH CAUTION!   It will delete all known games in the selected
  114. drive/path.
  115.  
  116.  
  117. 3.3 Search and Log
  118.  
  119. This option  scans the  selected drive  for games.  If a game is found the log
  120. file is updated and the scan continues.  We recommend that you use this option
  121. before you use the Search and Clean options so you can review the log file for
  122. a list of the games to be deleted.
  123.  
  124.  
  125. 3.4 Set Log File
  126.  
  127. This  options  allows  you  to  change  the log  file name  from the  default:
  128. UNGAME.LOG.  A log file is created by the UnGame program when using any one of
  129. the above options.
  130. This file contains the following information:
  131.     -   Name of the games found
  132.     -   Disk  statistics - how much disk space can be saved by deleting the
  133.         game files located on the disk
  134.  
  135.  
  136. 3.5 Select Search Path
  137.  
  138. The default search path is the root directory of the current disk. Use this
  139. option to select a different search path. UnGame will search through the
  140. selected directory  and its  sub-directories.  Note that  you can also set the
  141. search path from the command line. See details below.
  142.  
  143.  
  144. 3.6 Exit
  145.  
  146. Use this option to EXIT from UNGAME. You can also exit the program at any time
  147. (even during a search) by pressing the ESC key.
  148.  
  149.  
  150.  
  151.  
  152. 4.0 The Information Window
  153.  
  154. An information  window is  located on the right side of the menu.  It displays
  155. operating instructions  or other  information according  to the program phase.
  156. The different phases and their associated screens are detailed below.
  157.  
  158.  
  159. 4.1 Help
  160.  
  161. A help screen is  available while  selecting options  from the main menu. This
  162. screen includes context sensitive information on the highlighted option.
  163.  
  164.  
  165. 4.2 During the search
  166.  
  167. The information window displays the number of games found, the number of games
  168. deleted, the disk space that is saved and the selected search path.
  169.  
  170.  
  171. 4.3 When a game is found
  172.  
  173. The information  window displays the name of the game that was found,  a short
  174. description of  the game,  the size of the main EXE file,  the total number of
  175. the files that the game includes and the total game size.
  176.  
  177.  
  178. 4.4 When the search terminates
  179.  
  180. The information  window displays  the total  search statistics.  The number of
  181. files searched, the number of games found, the total disk space that the games
  182. occupy,  the number of files deleted and the total size of the files that were
  183. deleted.
  184.  
  185.  
  186.  
  187. 5.0 The UnGame Command Line
  188.  
  189. It is highly recommended  that UnGame will be scheduled to run periodically on 
  190. all server drives.  The best time to run it is after a scheduled backup.  Make
  191. sure that the PC it is running on has security authorization to all drives.
  192.  
  193. You can  use the  following command  line options  to bypass the main menu and
  194. select an operation directly from the DOS command line.
  195.  
  196.  
  197. UNGAME [search path] [-S] [-C] [-L] [-B] [-Y] [-D] [-Q] [-O] [-Flogfile] 
  198.                      [-Xexclude]
  199.     search path    Path/Disk to begin the search.
  200.     -S  Search mode.
  201.     -C  Search and clean mode.
  202.     -L  Search and log mode.
  203.     -B  Batch mode:  Does not display the GUI. Exit the program on completion.
  204.         This mode should be executed with the /C or /L only.
  205.     -Y  Automatic "yes" answer to all safety prompts issued by UNGAME.  Should 
  206.         be used with caution!
  207.     -D  Disable Ctrl-Break and Esc (to prevent termination by the user)
  208.     -Q  Quiet/suppress all messages to screen (in batch mode)
  209.     -O  Write to Log Only if games are found.
  210.     -F  Set the log file name.
  211.     -H  Display this help.
  212.     -X  The filename of a file  which contains the names of games and files to 
  213.         exclude from the search (so they will not be deleted.)
  214.  
  215. Note:  All command line options can be specified in either upper case or lower
  216.        case.
  217.  
  218.  
  219.  
  220.  
  221. 6.0 Using UnGame on Local Drives (C Drives).
  222.  
  223. Games can be found not just on servers but also on local drives (C drives). It
  224. is possible to use UnGame to clean games from local drives as well.  Following
  225. is an example of how it can be done:
  226.  
  227. Insert the following command to the AUTOEXEC.BAT or to the user login script:
  228.  
  229.    UnGame C:\ /B /C /Y /O /D /Q /FF:\UnGame\%userid.LOG
  230.  
  231. UnGame will search the local drive (C) for games, will clean them, log all its 
  232. activities in the file F:\UnGame\%userid.LOG (only if games are found) and 
  233. then will exit without any prompt.
  234.  
  235. Alternatively,  you can build a BAT file that will activate UnGame in the user 
  236. login script once a week (or once a month). 
  237.  
  238.  
  239.  
  240. 7.0 Technical Support
  241.  
  242. For technical support, please contact DVD Software, Inc. at:
  243.  
  244.         BBS.................... 714-757-1829,  1200-14.4K baud, USR V.32
  245.         Fax.................... 714-757-1832
  246.         Compuserve............. 76131,1450
  247.         America Online......... UnagmeSup
  248.         Internet..............  UngameSup@AOL.COM
  249.         Mail..................  DVD Software, Inc.
  250.                                 P.O. Box 16112, Irvine, CA 92713-6112
  251.                                 2 Ravenna, Irvine, CA 92714
  252.  
  253. For ordering information, please read ORDER.TXT
  254.  
  255.  
  256. 8.0  Unrecognized Games
  257.  
  258. The UnGame database contains 2280 games.  New games are added continuously. If
  259. you find a game which is not recognized by UnGame,  we would appreciate if you 
  260. could inform DVD technical support of the following details:
  261.    Name of game
  262.    Release
  263.    Vendor
  264.    Name and size of main EXE (or COM) file.
  265.  
  266. DVD will do its utmost to include the game in the next update of UNGAME.
  267.  
  268. A planned feature of UnGame is the ability of users to add games to the UnGame
  269. database.  Watch for it in one of the coming releases.
  270.  
  271.